github.com/go-pg/pg/v10/orm.Table.fieldsMapMu (field)

5 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L82: 	fieldsMapMu sync.RWMutex
		table.go#L215: 	t.fieldsMapMu.RLock()
		table.go#L217: 	t.fieldsMapMu.RUnlock()
		table.go#L1174: 		t.fieldsMapMu.Lock()
		table.go#L1178: 		t.fieldsMapMu.Unlock()